home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C++ / Frameworks / Sprocket Framework DR2 / Sprocket Framework Interfaces / UGuide.h < prev    next >
Encoding:
Text File  |  1996-05-13  |  194 b   |  12 lines  |  [TEXT/CWIE]

  1. // Sprocket Framework header file
  2. // UGuide.h
  3.  
  4.  
  5. #ifndef        __APPLEGUIDE__
  6. #include    <AppleGuide.h>
  7. #endif
  8.  
  9.  
  10. OSErr OpenGuideFile(void);
  11. OSErr OpenGuideFileWithSearch(ConstStr255Param SearchString);
  12.